how to hide the bullet list css

64

/* do this in CSS  to hide the bullets from ul list*/

ul {
    list-style: none;
}

Comments

Submit
0 Comments